Click or drag to resize

ResourceIsCollection Method (String)

Returns a boolean indicating whether this resource is a collection.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public bool IsCollection(
	string address
)

Parameters

address
Type: SystemString
The URI that identifies the resource.

Return Value

Type: Boolean
True if the resource is collection; otherwise, false.
See Also